-- card: 10413 from stack: in.1ะตะตะต -- bmap block id: 0 -- flags: 0000 -- background id: 2747 -- name: ----- HyperTalk script ----- on openCard global Name global Beloved put Name into card field 2 put Beloved into card field 1 end openCard -- part 1 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=192 top=234 right=253 bottom=399 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 5 -- text size: 14 -- style flags: 1024 -- line height: 18 -- part name: -- part 2 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=189 top=145 right=164 bottom=396 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 5 -- text size: 14 -- style flags: 1024 -- line height: 18 -- part name: -- part 3 (button) -- low flags: 00 -- high flags: A003 -- rect: left=143 top=277 right=299 bottom=243 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Print Award ----- HyperTalk script ----- on mouseUp global Name global Beloved repeat while card field 2 = "" ask "We Need Your Name, Noble Sir!" put it into card field 2 end repeat repeat while card field 1 = "" ask "We Need Your Beloved's Name, M'Lord!" put it into card field 1 end repeat hide button 1 hide button 2 hide button 3 print this card show button 1 show button 2 show button 3 end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: A003 -- rect: left=143 top=299 right=321 bottom=243 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Tourney ----- HyperTalk script ----- on mouseUp openStack end mouseUp -- part 5 (button) -- low flags: 00 -- high flags: A003 -- rect: left=142 top=320 right=342 bottom=242 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Quit ----- HyperTalk script ----- on mouseUp go home end mouseUp -- part contents for card part 2 ----- text ----- Neil -- part contents for card part 1 ----- text ----- Irene